home *** CD-ROM | disk | FTP | other *** search
/ Business & Presentations / Business and Presentations - Volume 1 (1995)(Sideface)(NL).iso / drivers / hp2pmore / case.tct < prev    next >
Text File  |  1990-01-14  |  385b  |  15 lines

  1. For the PC850 or ECMA94 fonts,
  2. Add one of the following lines to STANDARD.FMT
  3.     @include(PC850.tct)
  4. or
  5.     @include(ECMA94.tct)
  6. --these I've tested.
  7. or (fancier, and I haven't tested them)
  8.  
  9. @case(printer,
  10.     LaserJet IIP.PC850-Portrait,LaserJet IIP.PC850-Landscape
  11.         "@include(PC850.TCT)"
  12.     LaserJet IIP.ECMA94-Portrait,LaserJet IIP.ECMA94-Landscape
  13.         "@include(ECMA94.TCT)"
  14.     )
  15.